home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / First_Edition_Puzzle.swf / scripts / DefineButton2_24 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2007-03-28  |  225 b   |  15 lines

  1. on(release){
  2.    set("/:DropName",_droptarget);
  3.    if(eval("/:DropName") eq "/T03")
  4.    {
  5.       gotoAndStop(3);
  6.       _X = "300.4";
  7.       _Y = "43.8";
  8.    }
  9.    else
  10.    {
  11.       gotoAndStop(1);
  12.    }
  13.    stopDrag();
  14. }
  15.